Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhranshuSanjeev committed Dec 20, 2024
1 parent d6d2eac commit 49163a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion crates/context_aware_config/src/api/context/types.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use bigdecimal::BigDecimal;
use serde::{Deserialize, Serialize};
use superposition_types::{
custom_query::CommaSeparatedStringQParams, database::models::cac::Context, Cac, Condition, Overrides, SortBy
custom_query::CommaSeparatedStringQParams, database::models::cac::Context, Cac,
Condition, Overrides, SortBy,
};

#[cfg_attr(test, derive(Debug, PartialEq))] // Derive traits only when running tests
Expand Down
4 changes: 1 addition & 3 deletions crates/context_aware_config/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ use actix_web::web::Data;
#[cfg(feature = "high-performance-mode")]
use chrono::DateTime;
use chrono::Utc;
use diesel::{
ExpressionMethods, QueryDsl, RunQueryDsl,
};
use diesel::{ExpressionMethods, QueryDsl, RunQueryDsl};
#[cfg(feature = "high-performance-mode")]
use fred::interfaces::KeysInterface;

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
devShells.default = pkgs.mkShell {
inputsFrom = [
self'.devShells.rust
# self'.devShells.haskell
self'.devShells.haskell
config.pre-commit.devShell
];
# Add your devShell tools here
Expand Down

0 comments on commit 49163a3

Please sign in to comment.