Skip to content

Commit c37054e

Browse files
committed
Add newline to the end of the umbrella header
1 parent 8ea6c29 commit c37054e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Expecta/Expecta.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ FOUNDATION_EXPORT const unsigned char ExpectaVersionString[];
1212

1313
// Enable shorthand by default
1414
#define expect(...) EXP_expect((__VA_ARGS__))
15-
#define failure(...) EXP_failure((__VA_ARGS__))
15+
#define failure(...) EXP_failure((__VA_ARGS__))

0 commit comments

Comments
 (0)