From 0c3b5579e6cd03ef07e5b9d4b2e5ee3fe50e6af8 Mon Sep 17 00:00:00 2001 From: justinpolygon <123573436+justinpolygon@users.noreply.github.com> Date: Tue, 9 Apr 2024 07:25:30 -0700 Subject: [PATCH] Fix lint --- rest/example/options/snapshots-options-chain/main.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rest/example/options/snapshots-options-chain/main.go b/rest/example/options/snapshots-options-chain/main.go index dcd21211..41e81dc3 100644 --- a/rest/example/options/snapshots-options-chain/main.go +++ b/rest/example/options/snapshots-options-chain/main.go @@ -19,10 +19,10 @@ func main() { // set params params := &models.ListOptionsChainParams{ - UnderlyingAsset: "SPY", - StrikePriceGTE: new(float64), - StrikePriceLTE: new(float64), - Limit: new(int), + UnderlyingAsset: "SPY", + StrikePriceGTE: new(float64), + StrikePriceLTE: new(float64), + Limit: new(int), } *params.StrikePriceGTE = 500.0