Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ofesseler committed Dec 5, 2016
1 parent 9b1c98c commit b821d9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gluster_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package main

import (
"bytes"
"os/exec"

"github.com/ofesseler/gluster_exporter/structs"
"github.com/prometheus/common/log"
"os/exec"
)

func execGlusterCommand(arg ...string) *bytes.Buffer {
Expand Down
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ import (
"net/http"

"fmt"
"os"
"strings"

"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/prometheus/common/log"
"github.com/prometheus/common/version"
"os"
"strings"
)

const (
Expand Down

0 comments on commit b821d9f

Please sign in to comment.