From 074fac8f2ffbbd2dec8e38a4fb9bfc034acfa242 Mon Sep 17 00:00:00 2001 From: Henti Smith Date: Fri, 30 Sep 2022 09:24:12 +0100 Subject: [PATCH] Ran autoformatter on Actions.qll --- javascript/ql/lib/semmle/javascript/Actions.qll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/javascript/ql/lib/semmle/javascript/Actions.qll b/javascript/ql/lib/semmle/javascript/Actions.qll index 16ff7b4e449..7fd3952ac85 100644 --- a/javascript/ql/lib/semmle/javascript/Actions.qll +++ b/javascript/ql/lib/semmle/javascript/Actions.qll @@ -93,7 +93,7 @@ module Actions { /** Gets the value of the `if` field in this job, if any. */ JobIf getIf() { result.getJob() = this } - + /** Gets the value of the `runs-on` field in this job. */ JobRunson getRunsOn() { result.getJob() = this } } @@ -124,7 +124,6 @@ module Actions { Job getJob() { result = job } } - /** * A step within an Actions job. * See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idsteps.