Skip to content

Commit cd3cbb3

Browse files
garanjgithub-actions[bot]
authored andcommitted
Apply Spotless
1 parent 03f2976 commit cd3cbb3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

wear/src/main/java/com/example/wear/snippets/complication/MyComplicationDataSourceService.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package com.example.wear.snippets.complication
1718

1819
import androidx.wear.watchface.complications.data.ComplicationData
@@ -46,4 +47,4 @@ class MyComplicationDataSourceService : SuspendingComplicationDataSourceService(
4647
private fun getLatestData() = "Test"
4748
// [END_EXCLUDE]
4849
}
49-
// [END android_wear_complication]
50+
// [END android_wear_complication]

wear/src/main/java/com/example/wear/snippets/complication/MyTimelineComplicationDataSourceService.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package com.example.wear.snippets.complication
1718

1819
import androidx.wear.watchface.complications.data.ComplicationData
@@ -79,4 +80,4 @@ class MyTimelineComplicationDataSourceService : SuspendingTimelineComplicationDa
7980
}
8081
// [END_EXCLUDE]
8182
}
82-
// [END android_wear_timeline_complication]
83+
// [END android_wear_timeline_complication]

0 commit comments

Comments
 (0)