Skip to content

Commit d32b12b

Browse files
phip1611scholzp
authored andcommitted
nix: fix fmt
On-behalf-of: SAP philipp.schuster@sap.com Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
1 parent 0bb5251 commit d32b12b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/common.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ let
7575
<allocation mode="immediate"/>
7676
''
7777
else
78-
''''
78+
""
7979
}
8080
</memoryBacking>
8181
''
8282
else
83-
''''
83+
""
8484
}
8585
''
8686
else
@@ -99,12 +99,12 @@ let
9999
<allocation mode="immediate"/>
100100
''
101101
else
102-
''''
102+
""
103103
}
104104
</memoryBacking>
105105
''
106106
else
107-
''''
107+
""
108108
}
109109
''
110110
}

0 commit comments

Comments
 (0)