Skip to content

Commit 6a04b2c

Browse files
committed
Apply prettier
1 parent 0a6b1b9 commit 6a04b2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/ErrorDecoder/ErrorDecoder.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ function ErrorResult(props: {|code: ?string, msg: string|}) {
6969
if (!code) {
7070
return (
7171
<p>
72-
에러가 발생한 경우 해당 에러에 대한 페이지로의 링크를 받게 되고 전체 에러 메시지를 보여드립니다.
72+
에러가 발생한 경우 해당 에러에 대한 페이지로의 링크를 받게 되고 전체
73+
에러 메시지를 보여드립니다.
7374
</p>
7475
);
7576
}

0 commit comments

Comments
 (0)