Skip to content

Commit 2511896

Browse files
authored
style(sha1): add trailing newline
Append newline at end of sha1.cpp to satisfy linters.
1 parent e3a8e88 commit 2511896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sha1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ namespace hmac_hash {
252252
}
253253
return std::string(buf, (2 * hmac_hash::SHA1::DIGEST_SIZE));
254254
}
255-
}
255+
}

0 commit comments

Comments
 (0)