Skip to content

Commit

Permalink
PR Updates: Added blank lines at end of files.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-carroll authored and matthew-carroll committed Dec 21, 2018
1 parent 691ad35 commit cb00a5e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ public interface EngineLifecycleListener {
*/
void onPreEngineRestart();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -521,4 +521,4 @@ private void ensureAttachedToNative() {
throw new RuntimeException("Cannot execute operation because FlutterJNI is not attached to native.");
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ public interface PlatformMessageHandler {
void handlePlatformMessage(final String channel, byte[] message, final int replyId);

void handlePlatformMessageResponse(int replyId, byte[] reply);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ public interface RenderSurface {
*/
void onFirstFrameRendered();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ public interface OnFirstFrameRenderedListener {
* This method will not be invoked if this listener is added after the first frame is rendered.
*/
void onFirstFrameRendered();
}
}

0 comments on commit cb00a5e

Please sign in to comment.