Skip to content

Commit

Permalink
Merge pull request #49 from Lombiq/issue/OSOE-523
Browse files Browse the repository at this point in the history
OSOE-523: Updating submodules with spelling corrections and ignored lines
  • Loading branch information
BenedekFarkas authored Feb 16, 2023
2 parents cb4f661 + 1bd857c commit 070556c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async Task IFeatureEventHandler.DisabledAsync(IFeatureInfo feature)
await DisableConditionallyEnabledFeaturesAsync(feature);
}

Task IFeatureEventHandler.UninstallingAsync(IFeatureInfo feature) => Task.CompletedTask;
Task IFeatureEventHandler.UninstallingAsync(IFeatureInfo feature) => Task.CompletedTask; // #spell-check-ignore-line

Task IFeatureEventHandler.UninstalledAsync(IFeatureInfo feature) => Task.CompletedTask;

Expand Down

0 comments on commit 070556c

Please sign in to comment.