Skip to content

Commit

Permalink
chore: self review
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Apr 8, 2024
1 parent cdd4e00 commit 3cf0471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto-compiler/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ pub(crate) fn check_state(dir: &Path, commitish: &str) -> bool {

let expected = commitish.to_string();

match read_to_string(&state_file) {
match read_to_string(state_file) {
Ok(content) => {
println!("[info] => Detected Tenderdash version: {}.", content);
content == expected
Expand Down

0 comments on commit 3cf0471

Please sign in to comment.