Skip to content

Commit 4d9a793

Browse files
renzenicolaidhensby
authored andcommittedSep 10, 2021
Fix spacing
Co-authored-by: Daniel Hensby <dhensby@users.noreply.github.com>
1 parent f981667 commit 4d9a793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/oids.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ _IN('2.16.840.1.101.3.4.1.42', 'aes256-CBC');
104104

105105
// certificate issuer/subject OIDs
106106
_IN('2.5.4.3', 'commonName');
107-
_IN('2.5.4.4', 'surname');
107+
_IN('2.5.4.4', 'surname');
108108
_IN('2.5.4.5', 'serialName');
109109
_IN('2.5.4.6', 'countryName');
110110
_IN('2.5.4.7', 'localityName');

0 commit comments

Comments
 (0)
Please sign in to comment.