Skip to content

Commit 77a7ecf

Browse files
committed
chore: 코드 컨벤션에 맞추기 위해 공백 추가
1 parent 856f5cb commit 77a7ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/eatda/document/story/StoryDocumentTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class GetStory {
179179
@Test
180180
void 스토리_상세_조회_성공() {
181181
long storyId = 1L;
182-
StoryResponse response =new StoryResponse(
182+
StoryResponse response = new StoryResponse(
183183
null,
184184
"123456",
185185
"한식",

0 commit comments

Comments
 (0)