Skip to content

Commit

Permalink
LANTERN-734: Fixing lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
archita-ekkirala committed Sep 5, 2024
1 parent 0f99721 commit 9864dd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions endpointmanager/cmd/chplquerier/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ package main

import (
"context"
"net/http"
"strings"
"time"

"github.com/onc-healthit/lantern-back-end/endpointmanager/pkg/chplquerier"
"github.com/onc-healthit/lantern-back-end/endpointmanager/pkg/config"
"github.com/onc-healthit/lantern-back-end/endpointmanager/pkg/endpointmanager/postgresql"
"github.com/onc-healthit/lantern-back-end/endpointmanager/pkg/helpers"
log "github.com/sirupsen/logrus"
"net/http"
"os"
"strings"
"time"

"github.com/spf13/viper"
)
Expand Down

0 comments on commit 9864dd7

Please sign in to comment.