mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +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";
|
import { buildParserSecondHalf } from "./buildParserSecondHalf.js";
|
||||||
|
|
||||||
export class PuterShellParser {
|
export class PuterShellParser {
|
||||||
constructor () {
|
constructor () {}
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
parseLineForSyntax () {}
|
parseLineForSyntax () {}
|
||||||
parseLineForProcessing (input) {
|
parseLineForProcessing (input) {
|
||||||
const sp = new StrataParser();
|
const sp = new StrataParser();
|
||||||
|
Loading…
Reference in New Issue
Block a user