Skip to content

Commit 3b4e57a

Browse files
committed
autoformat
1 parent dbc25ca commit 3b4e57a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • javascript/ql/src/semmle/javascript

javascript/ql/src/semmle/javascript/Expr.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ class Expr extends @expr, ExprOrStmt, ExprOrType, AST::ValueNode {
108108
int getIntValue() { none() }
109109

110110
/** Gets the constant string value this expression evaluates to, if any. */
111-
cached string getStringValue() { none() }
111+
cached
112+
string getStringValue() { none() }
112113

113114
/** Holds if this expression is impure, that is, its evaluation could have side effects. */
114115
predicate isImpure() { any() }

0 commit comments

Comments
 (0)