mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
nixos/prometheus: remove unnecessary whitespace
This commit is contained in:
parent
53796fd70f
commit
cbe4de90af
|
@ -568,7 +568,7 @@ let
|
|||
# Use `mkOption` instead of `mkOpt` for project and zone because they are
|
||||
# required configuration values for `gce_sd_config`.
|
||||
project = mkOption {
|
||||
type = types.str;
|
||||
type = types.str;
|
||||
description = ''
|
||||
The GCP Project.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue