Skip to content

Commit ffe5d4f

Browse files
committed
format code
1 parent fde1778 commit ffe5d4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prisma.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ rec {
132132
toExportStyle :: Attrset<String> -> String
133133
*/
134134
toExportStyle =
135-
attrset: "\n" + (concatMapAttrsStringSep "\n" (name: value: "export ${name}=\"${value}\"") attrset) + "\n";
135+
attrset:
136+
"\n" + (concatMapAttrsStringSep "\n" (name: value: "export ${name}=\"${value}\"") attrset) + "\n";
136137
in
137138
rec {
138139
package = nixpkgs.stdenv.mkDerivation {

0 commit comments

Comments
 (0)