Skip to content

Commit 0e0ca42

Browse files
committed
Apply formatting
1 parent 4e74833 commit 0e0ca42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
type Config struct {
1616
FeastServingHost string `default:"localhost"`
1717
FeastServingPort int `default:"6566"`
18-
ListenPort string `default:"8080"`
18+
ListenPort string `default:"8080"`
1919
}
2020

2121
func main() {
@@ -100,4 +100,4 @@ func buildRequest(entityRowCount int) feast.OnlineFeaturesRequest {
100100
OmitEntities: false,
101101
}
102102
return request
103-
}
103+
}

0 commit comments

Comments
 (0)