Skip to content

Commit

Permalink
Add missing newline at EOF.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Sep 21, 2021
1 parent d6c6c38 commit c4f4d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/sequence.cu
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ void TestSequenceNoSizeTConversion()
ASSERT_EQUAL(v.y, 2 * i);
}
}
DECLARE_UNITTEST(TestSequenceNoSizeTConversion);
DECLARE_UNITTEST(TestSequenceNoSizeTConversion);

0 comments on commit c4f4d59

Please sign in to comment.