Skip to content

Commit 566a92e

Browse files
committed
formatting again
1 parent 2a3cff3 commit 566a92e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • shared/rangeanalysis/codeql/rangeanalysis

shared/rangeanalysis/codeql/rangeanalysis/Bound.qll

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ signature module BoundDefinitions<LocationSig Location> {
3838
predicate interestingExprBound(Expr e);
3939
}
4040

41-
/** Provides classes for representing abstract bounds for use in, for example, range analysis.
41+
/**
42+
* Provides classes for representing abstract bounds for use in, for example, range analysis.
4243
* This is a generic implementation of bounds that relies on language specific modules to provide language-specific definitions of expressions, SSA variables, etc.
43-
*/
44+
*/
4445
overlay[local?]
4546
module Bound<LocationSig Location, BoundDefinitions<Location> Defs> {
4647
private import Defs

0 commit comments

Comments
 (0)