Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit 7894aca

Browse files
committed
Fix reviewer comments.
1 parent f55cae0 commit 7894aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosAndroid.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class RosAndroidPlugin implements Plugin<Project> {
1414
project.extensions.create("rosandroid", RosAndroidPluginExtension)
1515
project.rosandroid.buildToolsVersion = "18.1.1"
1616

17-
//Find the android plugin
17+
// Find the Android plugin.
1818
project.buildscript {
1919
repositories {
2020
mavenCentral()

0 commit comments

Comments
 (0)