top-level: Move comma for stylistic consistency

This commit is contained in:
John Ericson 2017-08-01 13:15:08 -04:00 committed by John Ericson
parent 65e24f22e6
commit abf27609c6

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 ? {}