Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: lhy1024 <[email protected]>
  • Loading branch information
lhy1024 committed Nov 2, 2023
1 parent ab8bc53 commit ab06849
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/api/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ func (h *confHandler) GetSchedulingServerConfig() (*config.Config, error) {
}
b, err := io.ReadAll(resp.Body)
if err != nil {

return nil, err
}
var schedulingServerConfig config.Config
Expand Down

0 comments on commit ab06849

Please sign in to comment.