Skip to content

Commit 0d2933c

Browse files
fmt
1 parent e863a3c commit 0d2933c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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)