diff --git a/packages/phoenix/src/ansi-shell/parsing/PuterShellParser.js b/packages/phoenix/src/ansi-shell/parsing/PuterShellParser.js index 8dc2626c..3c87dbf8 100644 --- a/packages/phoenix/src/ansi-shell/parsing/PuterShellParser.js +++ b/packages/phoenix/src/ansi-shell/parsing/PuterShellParser.js @@ -21,10 +21,7 @@ import { buildParserFirstHalf } from "./buildParserFirstHalf.js"; import { buildParserSecondHalf } from "./buildParserSecondHalf.js"; export class PuterShellParser { - constructor () { - { - } - } + constructor () {} parseLineForSyntax () {} parseLineForProcessing (input) { const sp = new StrataParser();