Skip to content

Commit

Permalink
Fixed formatting mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed May 6, 2024
1 parent 279a8b2 commit d1ab748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ components:
aliases:
description: |
A list of alternative ids for this entry.
Not to be confused with
- `id` which is the unique identifier or
- `visual-id` which is an alternative identifier for the entry (only displayed in the URL).
Expand Down
2 changes: 1 addition & 1 deletion server/main-api/src/details.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use actix_web::{get, HttpResponse, web};
use actix_web::{get, web, HttpResponse};
use log::error;
use sqlx::PgPool;

Expand Down

0 comments on commit d1ab748

Please sign in to comment.