Skip to content

Commit

Permalink
this identation was bothering me
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Nov 24, 2024
1 parent b71940a commit 8268409
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/endpoints/loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ pub async fn get_one(
};

Ok(web::Json(ApiResponse {
error: "".to_string(),
payload: version,
error: "".to_string(),
payload: version,
}))
}

Expand Down Expand Up @@ -142,7 +142,7 @@ pub async fn get_many(
).await?;

Ok(web::Json(ApiResponse {
error: "".to_string(),
payload: versions,
error: "".to_string(),
payload: versions,
}))
}

0 comments on commit 8268409

Please sign in to comment.