Skip to content

Commit 7ec9366

Browse files
committed
Syntax, syntax, syntax...
1 parent bc4c280 commit 7ec9366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

better-example/git.cc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ std::string GitMetadata::Describe() {
2828
return "@GIT_DESCRIBE@";
2929
}
3030
std::string GitMetadata::Branch() {
31-
return "@GIT_BRANCH@"
31+
return "@GIT_BRANCH@";
3232
}

0 commit comments

Comments
 (0)