Skip to content

Commit 0b6ec46

Browse files
committed
Rust: Autoformat.
1 parent d6848f5 commit 0b6ec46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/files/FileSystem.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class File extends Container, Impl::File {
5050
loc = node.getLocation()
5151
|
5252
node.getFile() = this and
53-
line = [/*loc.getStartLine(), */loc.getEndLine()] and // ignore start locations for now as we're getting them wrong for things with a comment attached
53+
line = [/*loc.getStartLine(), */ loc.getEndLine()] and // ignore start locations for now as we're getting them wrong for things with a comment attached
5454
not loc instanceof EmptyLocation
5555
)
5656
)

0 commit comments

Comments
 (0)