Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Jan 15, 2024
1 parent 164e1c6 commit 735efa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ private void initProviders() {
// Provider with argument (provider name + optional argument).
providers.add(pNum - 1, providerName);

// Remove the provider's optional arguments there are.
// Remove the provider's optional arguments if there are.
pos = providerName.indexOf(' ');
if (pos >= 0) {
providerName = providerName.substring(0, pos);
Expand Down

0 comments on commit 735efa9

Please sign in to comment.