Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Oct 31, 2022
1 parent 98555ec commit 90360f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function someCommon (text) {
export function someCommon(text) {
console.log('log something: ', text)
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.detail {
width: 100%;
height: 100%;
}
}

0 comments on commit 90360f3

Please sign in to comment.