Skip to content

Commit 75c7c49

Browse files
committed
fixup: spacing, naming nits
1 parent 55078df commit 75c7c49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/action/common/place_nix_configuration.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ impl PlaceNixConfiguration {
9090
)
9191
.await
9292
.map_err(Self::error)?;
93+
9394
Ok(Self {
9495
create_directory,
9596
create_or_merge_standard_nix_config,
@@ -412,7 +413,7 @@ mod tests {
412413
use super::*;
413414

414415
#[tokio::test]
415-
async fn extra_trusted_no_error() -> eyre::Result<()> {
416+
async fn extra_trusted_cache() -> eyre::Result<()> {
416417
let extra_conf = PlaceNixConfiguration::parse_extra_conf(
417418
None,
418419
None,

0 commit comments

Comments
 (0)