forked from enix/dothill-api-go
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove extra nil check causing static analysis warning
The extra check for response != nil before populating volume information causes a false positive "possible nil dereference" warning. Remove the second check to remove the warning at CreateCommonStatus
- Loading branch information
1 parent
0a088ba
commit 7f44170
Showing
1 changed file
with
19 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters