Skip to content

Commit d1226b7

Browse files
committed
formatting
1 parent 71a3635 commit d1226b7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • shared/rangeanalysis/codeql/rangeanalysis

shared/rangeanalysis/codeql/rangeanalysis/Bound.qll

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Provides classes for representing abstract bounds for use in, for example, range analysis.
3-
*/
4-
51
private import codeql.util.Location
62

73
signature module BoundDefinitions<LocationSig Location> {
@@ -36,6 +32,7 @@ signature module BoundDefinitions<LocationSig Location> {
3632
predicate interestingExprBound(Expr e);
3733
}
3834

35+
/** Provides classes for representing abstract bounds for use in, for example, range analysis. */
3936
overlay[local?]
4037
module Bound<LocationSig Location, BoundDefinitions<Location> Defs> {
4138
private import Defs

0 commit comments

Comments
 (0)