mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
chore: Remove empty block statement
Resolves this eslint issue: /puter/packages/phoenix/src/ansi-shell/parsing/PuterShellParser.js 25:9 error Empty block statement no-empty
This commit is contained in:
parent
d4c2b492ef
commit
6d895dff42
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user