Skip to content

Commit 733299b

Browse files
Update test/http_tests.cc
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00e4d31 commit 733299b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/http_tests.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ TEST(TestHTTPFile, TestWriteSmallFile) {
111111

112112
XrdOucEnv env;
113113
std::unique_ptr<XrdOssDF> fh(fs.newFile());
114-
115114
// Create a small file
116115
auto rc = fh->Open("/test_write.txt", O_WRONLY | O_CREAT | O_TRUNC, 0644, env);
117116
ASSERT_EQ(rc, 0);

0 commit comments

Comments
 (0)