summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladyslav Pekker <agilesteel@gmail.com>2023-07-10 15:43:47 -0300
committerVladyslav Pekker <agilesteel@gmail.com>2023-07-10 16:00:20 -0300
commit86115ca9db03a8ae7dd8af8130f15f611905e4b4 (patch)
treecc24dc97baf25223263bcfbac0c07893d6c3ea30
parent49d503a9fa55327a73621c266e8eb19f96def714 (diff)
downloadnixpkgs-86115ca9db03a8ae7dd8af8130f15f611905e4b4.tar
nixpkgs-86115ca9db03a8ae7dd8af8130f15f611905e4b4.tar.gz
nixpkgs-86115ca9db03a8ae7dd8af8130f15f611905e4b4.tar.bz2
nixpkgs-86115ca9db03a8ae7dd8af8130f15f611905e4b4.tar.lz
nixpkgs-86115ca9db03a8ae7dd8af8130f15f611905e4b4.tar.xz
nixpkgs-86115ca9db03a8ae7dd8af8130f15f611905e4b4.tar.zst
nixpkgs-86115ca9db03a8ae7dd8af8130f15f611905e4b4.zip
liquibase: indentation cleanup
-rw-r--r--pkgs/development/tools/database/liquibase/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/tools/database/liquibase/default.nix b/pkgs/development/tools/database/liquibase/default.nix
index 76f43a580ef..3309dbd4186 100644
--- a/pkgs/development/tools/database/liquibase/default.nix
+++ b/pkgs/development/tools/database/liquibase/default.nix
@@ -70,9 +70,8 @@ stdenv.mkDerivation rec {
       ${addJars "$out/lib"}
       ${addJars "$out"}
       ${lib.concatStringsSep "\n" (map (p: addJars "${p}/share/java") extraJars)}
-
       ${lib.getBin jre}/bin/java -cp "\$CP" \$JAVA_OPTS \
-        liquibase.integration.commandline.LiquibaseCommandLine \''${1+"\$@"}
+      liquibase.integration.commandline.LiquibaseCommandLine \''${1+"\$@"}
       EOF
       chmod +x $out/bin/liquibase
     '';