Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Add missing newline at EOF.
Browse files Browse the repository at this point in the history
(cherry picked from commit c4f4d59)
  • Loading branch information
alliepiper authored and bjude committed Sep 22, 2021
1 parent ab6795b commit 8743aec
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 8743aec

Please sign in to comment.