Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Aug 7, 2024
1 parent 09b7db1 commit cd6dc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repology_webapp/src/views/api.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// SPDX-FileCopyrightText: Copyright 2024 Dmitry Marakasov <[email protected]>
// SPDX-License-Identifier: GPL-3.0-or-later

use crate::state::AppState;
use axum::extract::{Path, State};
use axum::response::Json;
use crate::state::AppState;
use serde::Serialize;
use sqlx::FromRow;

Expand Down

0 comments on commit cd6dc49

Please sign in to comment.