Skip to content

Commit

Permalink
style: 파일 끝에 개행 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hseong3243 committed Jan 29, 2024
1 parent be43254 commit 1fcff56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ void notFound_WhenMemberNotFound() {
.isEqualTo(ErrorCode.NOT_FOUND);
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ void createDefaultLinkBundle() {
assertThat(linkBundleEntity.getDescription()).isEqualTo("기본");
}
}
}
}

0 comments on commit 1fcff56

Please sign in to comment.