Skip to content

Commit 7fe229c

Browse files
committed
indent
1 parent 78c22c1 commit 7fe229c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/rubico-http-server/runserver-complex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ function runserver(options = {}) {
161161
message: 'success',
162162
}))
163163

164-
}
165-
else { // not found
164+
} else { // not found
166165
response.writeHead(404, {
167166
'Content-Type': 'text/plain',
168167
})

0 commit comments

Comments
 (0)