Skip to content

Commit fd933d3

Browse files
committed
prettier format
1 parent 8ed596c commit fd933d3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/components/Term/auto-type.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const autoType = new Map([
7979
["スレッド", "thread"],
8080
["トランスパイル", "transpile"],
8181
["モジュールバンドラ", "moduleBundler"],
82-
["JSX", "jsx"]])
82+
["JSX", "jsx"],
83+
]);
8384

8485
export default autoType;

src/components/Term/short-definitions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ export default {
7373
jsTruthy: "javascriptTruthyFalsy",
7474
jsFalsy: "javascriptTruthyFalsy",
7575
truthy: "javascriptTruthyFalsy",
76-
falsy: "javascriptTruthyFalsy"
77-
};
76+
falsy: "javascriptTruthyFalsy",
77+
};

0 commit comments

Comments
 (0)