Skip to content

Commit 1053629

Browse files
committed
Testing VS code terminal Editor
1 parent c1a5f64 commit 1053629

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/app/components/Tree.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ const colors = {
2323
base0F: '#e96ba8',
2424
};
2525

26+
27+
2628
const getItemString = (
2729
type,
2830
data: { state?: object | string; name: string; children: [] }

src/app/reducers/mainReducer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default (state, action) =>
2929
}
3030
}
3131
};
32-
32+
3333
switch (action.type) {
3434
case types.SAVE: {
3535
const data = JSON.stringify(action.payload);

0 commit comments

Comments
 (0)