summary refs log tree commit diff
path: root/nixos/tests/bcachefs.nix
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-08-02 19:25:04 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-04 00:23:54 +1000
commit8ae7f8c35998a857f57512ecb7f0fa318ca88463 (patch)
tree539277f1a0f114ead22216a3a15fcbcc00a518d1 /nixos/tests/bcachefs.nix
parent2b5659c7001f34f8ae4b0af7f5e4aa4a3328a4d7 (diff)
downloadnixpkgs-8ae7f8c35998a857f57512ecb7f0fa318ca88463.tar
nixpkgs-8ae7f8c35998a857f57512ecb7f0fa318ca88463.tar.gz
nixpkgs-8ae7f8c35998a857f57512ecb7f0fa318ca88463.tar.bz2
nixpkgs-8ae7f8c35998a857f57512ecb7f0fa318ca88463.tar.lz
nixpkgs-8ae7f8c35998a857f57512ecb7f0fa318ca88463.tar.xz
nixpkgs-8ae7f8c35998a857f57512ecb7f0fa318ca88463.tar.zst
nixpkgs-8ae7f8c35998a857f57512ecb7f0fa318ca88463.zip
nixos/tests/*: editorconfig fixes
Diffstat (limited to 'nixos/tests/bcachefs.nix')
-rw-r--r--nixos/tests/bcachefs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/bcachefs.nix b/nixos/tests/bcachefs.nix
index 0541e580322..3f116d7df92 100644
--- a/nixos/tests/bcachefs.nix
+++ b/nixos/tests/bcachefs.nix
@@ -13,7 +13,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     machine.succeed("modprobe bcachefs")
     machine.succeed("bcachefs version")
     machine.succeed("ls /dev")
-    
+
     machine.succeed(
         "mkdir /tmp/mnt",
         "udevadm settle",