Skip to content

Commit 48f0a89

Browse files
committed
Remove unnecessary semicolon
1 parent a0f3515 commit 48f0a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncgit/src/sync/blame.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ pub fn blame_file(
138138
}),
139139
trimmed_line,
140140
);
141-
};
141+
}
142142

143143
(None, trimmed_line)
144144
})

0 commit comments

Comments
 (0)