Daily arc lint --take GOOGLEJAVAFORMAT

Summary:
Changelog:
[Internal]

Differential Revision: D19875191

fbshipit-source-id: 3a1e22a4342d523f556c847a9fa780a898a96771
This commit is contained in:
Andres Suarez
2020-02-13 05:48:25 -08:00
committed by Facebook Github Bot
parent eeabb5dd13
commit 58caa91fa4
2 changed files with 2 additions and 6 deletions

View File

@@ -9,9 +9,7 @@ package com.facebook.flipper.sample;
import com.facebook.flipper.plugins.navigation.NavigationFlipperPlugin;
/**
* Limited interface to the navigation plugin which is only available for debug builds.
*/
/** Limited interface to the navigation plugin which is only available for debug builds. */
public class NavigationFacade {
private NavigationFacade() {}

View File

@@ -7,9 +7,7 @@
package com.facebook.flipper.sample;
/**
* No-op implementation of an ad-hoc interface. See debug/ for the real implementation.
*/
/** No-op implementation of an ad-hoc interface. See debug/ for the real implementation. */
public class NavigationFacade {
private NavigationFacade() {}