Skip to content

Commit 4caf3b7

Browse files
committed
Fix to indent of sample test case.
1 parent 45a9d80 commit 4caf3b7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sample.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ const hoge = () => {
115115
);
116116
}
117117

118-
const SearchBar = ({
119-
options,
120-
selected,
121-
handleSearch
122-
}) => {
123-
const a = 'hi';
124-
console.log(a);
125-
}
118+
const SearchBar = ({
119+
options,
120+
selected,
121+
handleSearch
122+
}) => {
123+
const a = 'hi';
124+
console.log(a);
125+
}
126126

127127
export default Hoge;

0 commit comments

Comments
 (0)