Skip to content

Commit cb57b87

Browse files
committed
Reformat
1 parent 16ec14b commit cb57b87

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

wakelock_plus/android/src/main/kotlin/dev/fluttercommunity/plus/wakelock/WakelockPlusMessages.g.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v22.7.4), do not edit directly.
1+
// Autogenerated from Pigeon (v22.7.0), do not edit directly.
22
// See also: https://pub.dev/packages/pigeon
33
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
44

wakelock_plus/pigeons/messages.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ class IsEnabledMessage {
1313
@ConfigurePigeon(PigeonOptions(
1414
dartOut: '../wakelock_plus_platform_interface/lib/messages.g.dart',
1515
dartTestOut: '../wakelock_plus_platform_interface/test/messages.g.dart',
16-
objcHeaderOut: 'ios/wakelock_plus/Sources/wakelock_plus/include/wakelock_plus/messages.g.h',
16+
objcHeaderOut:
17+
'ios/wakelock_plus/Sources/wakelock_plus/include/wakelock_plus/messages.g.h',
1718
objcSourceOut: 'ios/wakelock_plus/Sources/wakelock_plus/messages.g.m',
1819
objcOptions: ObjcOptions(
1920
prefix: 'WAKELOCKPLUS',

0 commit comments

Comments
 (0)