Skip to content

Commit

Permalink
nixos/prometheus: remove unnecessary whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Cloud committed Jan 10, 2021
1 parent 53796fd commit cbe4de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/monitoring/prometheus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'';
Expand Down

0 comments on commit cbe4de9

Please sign in to comment.