mirror of
https://github.com/prometheus/prometheus
synced 2024-12-25 07:52:28 +00:00
Fixing code style to adhere gofmt
This commit is contained in:
parent
902fafb8e7
commit
193dc47230
@ -1,4 +1,4 @@
|
|||||||
// Copyright 2015 The Prometheus Authors
|
// Copyright 2017 The Prometheus Authors
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
// You may obtain a copy of the License at
|
// You may obtain a copy of the License at
|
||||||
@ -16,6 +16,7 @@
|
|||||||
package config
|
package config
|
||||||
|
|
||||||
const ruleFilesConfigFile = "testdata/rules_abs_path.good.yml"
|
const ruleFilesConfigFile = "testdata/rules_abs_path.good.yml"
|
||||||
|
|
||||||
var ruleFilesExpectedConf = &Config{
|
var ruleFilesExpectedConf = &Config{
|
||||||
GlobalConfig: DefaultGlobalConfig,
|
GlobalConfig: DefaultGlobalConfig,
|
||||||
RuleFiles: []string{
|
RuleFiles: []string{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Copyright 2015 The Prometheus Authors
|
// Copyright 2017 The Prometheus Authors
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
// You may obtain a copy of the License at
|
// You may obtain a copy of the License at
|
||||||
@ -14,6 +14,7 @@
|
|||||||
package config
|
package config
|
||||||
|
|
||||||
const ruleFilesConfigFile = "testdata/rules_abs_path_windows.good.yml"
|
const ruleFilesConfigFile = "testdata/rules_abs_path_windows.good.yml"
|
||||||
|
|
||||||
var ruleFilesExpectedConf = &Config{
|
var ruleFilesExpectedConf = &Config{
|
||||||
GlobalConfig: DefaultGlobalConfig,
|
GlobalConfig: DefaultGlobalConfig,
|
||||||
RuleFiles: []string{
|
RuleFiles: []string{
|
||||||
|
Loading…
Reference in New Issue
Block a user