concatScript: formatting

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
pasqui23 2021-11-28 20:43:17 +00:00 committed by GitHub
parent 67320a1668
commit 767d56e834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -380,7 +380,7 @@ rec {
* concatScript "my-file" [ file1 file2 ]
*
*/
concatScript = name: files: concatTextFile { inherit name files; executable=true; };
concatScript = name: files: concatTextFile { inherit name files; executable = true; };
/*