Remove errant newline

This commit is contained in:
Alan Rogers 2014-05-22 19:26:55 +10:00
parent 9532edc028
commit 6580b11c2a

View File

@ -967,5 +967,4 @@ void test_status_worktree__nopermissions(void)
cl_assert_equal_i(counts.expected_entry_count, counts.entry_count);
cl_assert_equal_i(0, counts.wrong_status_flags_count);
cl_assert_equal_i(0, counts.wrong_sorted_path);
}