Skip to content

Commit 52c3251

Browse files
author
Yuanlin Lin
committed
run gleam format
1 parent b0415c1 commit 52c3251

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/my_web_app.gleam

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ pub fn main() {
1313
}
1414

1515
fn web_service(_request) {
16-
let body = bytes_builder.from_string("Hello! This is a web app built with Gleam and deployed on Zeabur!")
16+
let body =
17+
bytes_builder.from_string(
18+
"Hello! This is a web app built with Gleam and deployed on Zeabur!",
19+
)
1720
Response(200, [], mist.Bytes(body))
1821
}

0 commit comments

Comments
 (0)