diff --git a/src/com/android/settings/dashboard/SuggestionFeatureProvider.java b/src/com/android/settings/dashboard/SuggestionFeatureProvider.java index 769c6e8c08d..b20edee2234 100644 --- a/src/com/android/settings/dashboard/SuggestionFeatureProvider.java +++ b/src/com/android/settings/dashboard/SuggestionFeatureProvider.java @@ -32,4 +32,4 @@ public interface SuggestionFeatureProvider { /** Return true if the suggestion has already been completed and does not need to be shown */ boolean isSuggestionCompleted(Context context); -} \ No newline at end of file +}