Skip to content

Commit 74af43e

Browse files
edolstracole-h
andauthored
Remove superfluous semicolon
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
1 parent e18b163 commit 74af43e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libfetchers/fetchers.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ struct SubstitutedSourceAccessor : ForwardingSourceAccessor
305305

306306
std::string showPath(const CanonPath & path) override
307307
{
308-
return displayPrefix + path.abs() + displaySuffix;;
308+
return displayPrefix + path.abs() + displaySuffix;
309309
}
310310
};
311311

0 commit comments

Comments
 (0)