Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Torres <[email protected]>
  • Loading branch information
fedetorres93 committed Aug 1, 2024
1 parent fce3f3d commit d5329b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions expfmt/text_parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ import (
"bytes"
"errors"
"fmt"
dto "github.com/prometheus/client_model/go"
"github.com/prometheus/common/model"
"google.golang.org/protobuf/proto"
"io"
"math"
"strconv"
"strings"
"unicode/utf8"

dto "github.com/prometheus/client_model/go"
"github.com/prometheus/common/model"
"google.golang.org/protobuf/proto"
)

// A stateFn is a function that represents a state in a state machine. By
Expand Down

0 comments on commit d5329b2

Please sign in to comment.