Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad committed Mar 5, 2024
1 parent 44b3151 commit b675166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/demo/examples/task.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use std::{collections::BTreeMap, env};

use blo::app::App;
use loco_rs::{
boot::{create_context, run_task},
environment::{resolve_from_env, Environment},
};
use std::collections::BTreeMap;
use std::env;

#[tokio::main]
async fn main() -> eyre::Result<()> {
Expand Down
1 change: 1 addition & 0 deletions examples/demo/src/views/notes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ impl PaginationResponse {
page_size: data.info.page_size,
total_pages: data.info.total_pages,
},
}
}
}

0 comments on commit b675166

Please sign in to comment.