Skip to content

Commit

Permalink
Add newline to the end of the umbrella header
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold committed May 7, 2015
1 parent 8ea6c29 commit c37054e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Expecta/Expecta.h
Expand Up @@ -12,4 +12,4 @@ FOUNDATION_EXPORT const unsigned char ExpectaVersionString[];

// Enable shorthand by default
#define expect(...) EXP_expect((__VA_ARGS__))
#define failure(...) EXP_failure((__VA_ARGS__))
#define failure(...) EXP_failure((__VA_ARGS__))

0 comments on commit c37054e

Please sign in to comment.