Skip to content

Commit c55ffc4

Browse files
Matt MayerShinigami92
andauthored
Update src/modules/internet/index.ts
Co-authored-by: Shinigami <chrissi92@hotmail.de>
1 parent 0fd59fd commit c55ffc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/internet/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export class InternetModule {
109109
);
110110
}
111111

112-
//local parts may not contain two or more consecutive . characters
112+
// local parts may not contain two or more consecutive . characters
113113
localPart = localPart.replace(/\.{2,}/g, '.');
114114

115115
//local parts may not start with or end with a . character

0 commit comments

Comments
 (0)