Skip to content

Commit d407a68

Browse files
committed
Fix formatting by deleting spaces no blank line
1 parent 169bde8 commit d407a68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/ql/lib/semmle/go/security/SafeUrlFlowCustomizations.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ module SafeUrlFlow {
3535
private class UnsafeUrlMethodEdge extends SanitizerEdge {
3636
UnsafeUrlMethodEdge() { this = any(UnsafeUrlMethod um).getACall().getReceiver() }
3737
}
38-
3938
/** Any slicing of the URL, considered as a sanitizer for safe URL flow. */
4039
private class StringSlicingEdge extends SanitizerEdge {
4140
StringSlicingEdge() { this = any(DataFlow::SliceNode sn) }

0 commit comments

Comments
 (0)