Skip to content

Commit

Permalink
Minor formatting updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmecham authored Sep 17, 2020
1 parent 2acc05c commit 7aaa27a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Scripts/RuboCopProcess.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class RuboCopProcess {
if (workspaceOverlap != -1) {
relativePath = uri.substring(workspaceOverlap + nova.workspace.path.length + 1);
} else {
relativePath = uri
relativePath = uri;
}

const defaultArguments = [
Expand All @@ -106,7 +106,6 @@ class RuboCopProcess {
"--stdin",
relativePath
];

const process = await this.process(defaultArguments);
if (!process) return;

Expand Down

0 comments on commit 7aaa27a

Please sign in to comment.