Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Mar 6, 2024
1 parent 38d42ab commit 1cebdbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ class ExcelController(
@GetMapping("/userInfo")
fun getUserInfo(httpServletResponse: HttpServletResponse) =
getUserInfo.execute(httpServletResponse)


}
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SaveUserInfo {
}

val bodyData = arrayOf(
arrayOf("예시) 홍길동", "예시) gildong", "예시) Gildong1!", "예시) 1", "예시) 1", "예시) 1", "예시) http:// "),
arrayOf("예시) 홍길동", "예시) gildong", "예시) Gildong1!", "예시) 1", "예시) 1", "예시) 1", "예시) http:// ")
)

bodyData.forEachIndexed { i, bodyRowData ->
Expand Down

0 comments on commit 1cebdbc

Please sign in to comment.