Skip to content

Commit 8a05f47

Browse files
committed
Remove unnecessary semicolon
1 parent c1c12ab commit 8a05f47

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
@@ -122,7 +122,7 @@ pub fn blame_file(
122122
}),
123123
trimmed_line,
124124
);
125-
};
125+
}
126126

127127
(None, trimmed_line)
128128
})

0 commit comments

Comments
 (0)