Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: MUzairS15 <muzair.shaikh810@gmail.com>
  • Loading branch information
MUzairS15 committed Sep 11, 2023
1 parent c956a4a commit 3029697
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions server/models/pattern/core/pattern.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import (
"errors"
"fmt"
"math/big"
mathrand "math/rand"
"strings"
"time"

"github.com/gofrs/uuid"
"github.com/layer5io/meshery/server/models/pattern/utils"
Expand Down Expand Up @@ -699,7 +697,3 @@ func getCytoscapeJSPosition(svc *Service) (cytoscapejs.Position, error) {

return pos, nil
}

func init() {
mathrand.Seed(time.Now().Unix())
}

0 comments on commit 3029697

Please sign in to comment.