Skip to content

Commit ce52b53

Browse files
author
Libmodulemd CI
committed
Code auto-formatting
Signed-off-by: Libmodulemd CI <[email protected]>
1 parent 4306707 commit ce52b53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modulemd/tests/test-modulemd-compression.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,7 @@ test_modulemd_detect_compression (void)
146146
fd = fileno (filestream);
147147
result = modulemd_detect_compression (filename, fd, &error);
148148
g_assert_no_error (error);
149-
g_assert_cmpint (result,
150-
==,
151-
expected_magic[j].type);
149+
g_assert_cmpint (result, ==, expected_magic[j].type);
152150
g_clear_error (&error);
153151
g_clear_pointer (&filestream, fclose);
154152
g_clear_pointer (&filename, g_free);

0 commit comments

Comments
 (0)