Skip to content

Commit

Permalink
Merge pull request #50 from alippo-com/fix/un-used-reference-warning
Browse files Browse the repository at this point in the history
fix: unused element warning
  • Loading branch information
DK070202 authored Aug 17, 2023
2 parents c432fb1 + b9849d7 commit 8549ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common_test/sdk_builder_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void main() {
() async {
GBError? error;

GrowthBookSDK sdk = await GBSDKBuilderApp(
await GBSDKBuilderApp(
apiKey: testApiKey,
hostURL: testHostURL,
attributes: attr,
Expand Down

0 comments on commit 8549ede

Please sign in to comment.