Skip to content

Commit e140dd0

Browse files
committed
chore: 줄넘김 수정
1 parent d87aa01 commit e140dd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/in/koreatech/koin/admin/abtest/controller/AbtestController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ public ResponseEntity<AbtestAssignResponse> assignOrGetAbtestVariable(
149149
@UserId Integer userId,
150150
@RequestBody @Valid AbtestAssignRequest abtestAssignRequest
151151
) {
152-
AbtestAssignResponse response = abtestService.assignOrGetVariable(accessHistoryId, userAgentInfo, userId,
153-
abtestAssignRequest);
152+
AbtestAssignResponse response = abtestService.assignOrGetVariable(accessHistoryId, userAgentInfo, userId, abtestAssignRequest);
154153
return ResponseEntity.ok(response);
155154
}
156155
}

0 commit comments

Comments
 (0)