Skip to content

Commit 9bd84a2

Browse files
committed
Fix missing newline
1 parent 4bcbc70 commit 9bd84a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/git_issue_743.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ int main()
1919
BOOST_CHECK(mutable_value.backend().value() == mutable_value.backend().data());
2020

2121
return boost::report_errors();
22-
}
22+
}

0 commit comments

Comments
 (0)