Skip to content

Commit a78cd49

Browse files
fmt
1 parent a886c1d commit a78cd49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/api.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ use utoipa_swagger_ui::SwaggerUi;
88

99
#[derive(OpenApi)]
1010
#[openapi(
11-
info(description = "Look up any domain or IP address to see if it belongs to a cloud provider."),
11+
info(
12+
description = "Look up any domain or IP address to see if it belongs to a cloud provider."
13+
),
1214
paths(lookup),
13-
components(schemas(cloudcheck::CloudProvider)),
15+
components(schemas(cloudcheck::CloudProvider))
1416
)]
1517
struct ApiDoc;
1618

0 commit comments

Comments
 (0)