Skip to content

Commit 9230b61

Browse files
authored
Remove an unnecessary semi-colon (#219)
1 parent 5345dad commit 9230b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trantor/tests/SendstreamTest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ std::size_t fileCallback(const std::string &strFile,
143143
if (nRead < 0)
144144
return 0;
145145
return std::size_t(nRead);
146-
};
146+
}

0 commit comments

Comments
 (0)