Skip to content

Commit e35ad02

Browse files
committed
ql format
1 parent 909cdac commit e35ad02

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ql/lib/codeql/ruby/frameworks/ActionView.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ abstract class RenderCall extends MethodCall {
7878
result = [this.getKeywordArgument(["partial", "template", "action"]), this.getArgument(0)]
7979
}
8080

81-
private string getTemplatePathValue() {
82-
result = this.getTemplatePathArgument().getValueText()
83-
}
81+
private string getTemplatePathValue() { result = this.getTemplatePathArgument().getValueText() }
8482

8583
// everything up to and including the final slash, but ignoring any leading slash
8684
private string getSubPath() {

0 commit comments

Comments
 (0)