Skip to content

Commit c5615ec

Browse files
committed
chore: newline
1 parent 18ff7b0 commit c5615ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/cargo-pgrx/buildPgrxExtension.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ let
158158
checkFeatures = (args.checkFeatures or [ ]) ++ (lib.optionals usePgTestCheckFeature [ "pg_test" ]) ++ [ "pg${pgrxPostgresMajor}" ];
159159
};
160160
in
161-
rustPlatform.buildRustPackage finalArgs
161+
rustPlatform.buildRustPackage finalArgs

nix/cargo-pgrx/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ in
6767
cargoHash = "sha256-Di4UldQwAt3xVyvgQT1gUhdvYUVp7n/a72pnX45kP0w=";
6868
};
6969
inherit rustPlatform;
70-
}
70+
}

0 commit comments

Comments
 (0)