Skip to content

Commit d0e64a7

Browse files
Add newline to end of files
1 parent 72613b5 commit d0e64a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libraries/WebServer/src/uri/UriBraces.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ class UriBraces : public Uri {
6363
}
6464
};
6565

66-
#endif
66+
#endif

libraries/WebServer/src/uri/UriGlob.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ class UriGlob : public Uri {
1919
}
2020
};
2121

22-
#endif
22+
#endif

libraries/WebServer/src/uri/UriRegex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ class UriRegex : public Uri {
4141
}
4242
};
4343

44-
#endif
44+
#endif

0 commit comments

Comments
 (0)