Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
fix "No newline at end of file" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sspitzer committed Aug 14, 2013
1 parent a4f0fe6 commit 384c0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matchers/EXPMatchers+beInTheRangeOf.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
EXPMatcherInterface(_beInTheRangeOf, (id expectedLowerBound, id expectedUpperBound));
EXPMatcherInterface(beInTheRangeOf, (id expectedLowerBound, id expectedUpperBound));

#define beInTheRangeOf(expectedLowerBound, expectedUpperBound) _beInTheRangeOf(EXPObjectify((expectedLowerBound)), EXPObjectify((expectedUpperBound)))
#define beInTheRangeOf(expectedLowerBound, expectedUpperBound) _beInTheRangeOf(EXPObjectify((expectedLowerBound)), EXPObjectify((expectedUpperBound)))

0 comments on commit 384c0a4

Please sign in to comment.