Skip to content

Commit

Permalink
test: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Jan 3, 2024
1 parent 5d49348 commit c2da2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/font/src/FontFactory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { DefaultFonts } from "./DefaultFonts";
import { FontFactory } from "./FontFactory";

it("test", () => {
const font= FontFactory.create(DefaultFonts.ZapfDingbats);
const font = FontFactory.create(DefaultFonts.ZapfDingbats);
console.log(font);
console.log(font.glyphs);
});

0 comments on commit c2da2e7

Please sign in to comment.