Skip to content

Commit

Permalink
fixup: spacing, naming nits
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-h committed Jan 15, 2025
1 parent 55078df commit 75c7c49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/action/common/place_nix_configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ impl PlaceNixConfiguration {
)
.await
.map_err(Self::error)?;

Ok(Self {
create_directory,
create_or_merge_standard_nix_config,
Expand Down Expand Up @@ -412,7 +413,7 @@ mod tests {
use super::*;

#[tokio::test]
async fn extra_trusted_no_error() -> eyre::Result<()> {
async fn extra_trusted_cache() -> eyre::Result<()> {
let extra_conf = PlaceNixConfiguration::parse_extra_conf(
None,
None,
Expand Down

0 comments on commit 75c7c49

Please sign in to comment.