Skip to content

Commit 49da705

Browse files
committed
format
1 parent 87e061d commit 49da705

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

markdown-pages/syntax-lookup/operators_integer_division.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ let result = 3 / 2
2020
var result = 1;
2121
```
2222

23-
</CodeTab>
23+
</CodeTab>

markdown-pages/syntax-lookup/operators_integer_multiplication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ let result = 2 * 3
1818
var result = 6;
1919
```
2020

21-
</CodeTab>
21+
</CodeTab>

markdown-pages/syntax-lookup/operators_integer_subtraction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ let result = 3 - 2
1818
var result = 1;
1919
```
2020

21-
</CodeTab>
21+
</CodeTab>

0 commit comments

Comments
 (0)