Skip to content

Commit

Permalink
style: format code with Prettier (#2561)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] authored Apr 13, 2024
1 parent a550841 commit 6820689
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/quicktype-core/src/language/Scala3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ export class Scala3Renderer extends ConvenienceRenderer {
delimiter === "curly"
? ["{", "}"]
: delimiter === "paren"
? ["(", ")"]
: delimiter === "none"
? ["", ""]
: ["{", "})"];
? ["(", ")"]
: delimiter === "none"
? ["", ""]
: ["{", "})"];
this.emitLine(line, " ", open);
this.indent(f);
this.emitLine(close);
Expand Down

0 comments on commit 6820689

Please sign in to comment.