Skip to content

Commit 4f93394

Browse files
committed
remove duplicate calls in TrendingExample
1 parent c0e1bfd commit 4f93394

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/java/com/litesoftwares/coingecko/examples/TrendingExample.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ public static void main(String[] args) {
1111
CoinGeckoApiClient client = new CoinGeckoApiClientImpl();
1212

1313
Trending trending = client.getTrending();
14-
1514
System.out.println(trending.getCoins());
16-
17-
Trending trending2 = client.getTrending();
18-
19-
System.out.println(trending2.getCoins());
2015
}
2116

2217
}

0 commit comments

Comments
 (0)