Skip to content

Commit

Permalink
[fix]: unused element warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DK070202 committed Aug 17, 2023
1 parent c432fb1 commit b9849d7
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 b9849d7

Please sign in to comment.