style: fix indentation and spacing issues
This commit corrects the code's formatting in two parts: 1) It normalizes the indentation in the BindPaths block under aesmd_dcap/default.nix. 2) It also removes the extra space before "DE" in the default_phone_region setting in nextcloud.nix.
This commit is contained in:
parent
dc2b6a41a5
commit
6d4be557f8
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ in
|
|||
"/etc/sgx_default_qcnl.conf"
|
||||
];
|
||||
BindPaths = [
|
||||
"/dev/log"
|
||||
"/dev/log"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue