Merge pull request #37484 from obsidiansystems/style-nit

top-level: Move comma for stylistic consistency
This commit is contained in:
John Ericson 2018-03-20 15:59:59 -04:00 committed by GitHub
commit 1108d97365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,9 +22,9 @@
# `*Platform`s.
localSystem
# The system packages will ultimately be run on. Null if the two should be the
, # The system packages will ultimately be run on. Null if the two should be the
# same.
, crossSystem ? null
crossSystem ? null
, # Allow a configuration attribute set to be passed in as an argument.
config ? {}