treewide: editorconfig fixes
- remove trailing whitespace - use spaces for indentation
This commit is contained in:
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
||||
buildCommand = ''
|
||||
install -Dm755 $script $out/bin/rpmextract
|
||||
'';
|
||||
|
||||
|
||||
script = substituteAll {
|
||||
src = ./rpmextract.sh;
|
||||
isExecutable = true;
|
||||
|
||||
Reference in New Issue
Block a user