Lint a few semicolons
This commit is contained in:
@@ -15,6 +15,6 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
export default interface IWatcher {
|
||||
start(): void
|
||||
stop(): void
|
||||
start(): void;
|
||||
stop(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user