Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm committed Nov 25, 2024
1 parent 0ce497c commit 86a8717
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/src/tag/tagger.dart
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,8 @@ class Tagger {
var swiftPmSupport = true;

for (final darwinOs in ['macos', 'ios']) {
if (
pathExists(
pubspec.originalYaml, ['flutter', 'plugin', 'platforms', darwinOs, 'pluginClass'])) {
if (pathExists(pubspec.originalYaml,
['flutter', 'plugin', 'platforms', darwinOs, 'pluginClass'])) {
isDarwinPlugin = true;
final osDir = pubspec.originalYaml['flutter']?['plugin']?['platforms']
?[darwinOs]?['sharedDarwinSource'] ==
Expand Down

0 comments on commit 86a8717

Please sign in to comment.