0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/prometheus: remove unnecessary whitespace

This commit is contained in:
Phillip Cloud 2021-01-10 13:09:47 -05:00
parent 53796fd70f
commit cbe4de90af

View file

@ -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.
'';