Skip to content

Commit fc70c19

Browse files
committed
refactor: 개행 문제 해결
1 parent 3b0019f commit fc70c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/somemore/global/auth/annotation/RoleIdArgumentResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ public Object resolveArgument(MethodParameter parameter, ModelAndViewContainer m
3737

3838
throw new InvalidAuthenticationException(INVALID_PRINCIPAL_TYPE);
3939
}
40-
}
40+
}

src/main/java/com/somemore/global/auth/annotation/UserIdArgumentResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ public Object resolveArgument(MethodParameter parameter, ModelAndViewContainer m
3737

3838
return new InvalidAuthenticationException(INVALID_PRINCIPAL_TYPE);
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)