Added new line after newly created enum

This commit is contained in:
Adam Pyle
2017-11-16 12:45:41 +11:00
parent ed94fa382f
commit 2ffb22d223

View File

@@ -44,6 +44,7 @@ declare namespace chrome.app.runtime {
"installed_notification" = "installed_notification",
"context_menu" = "context_menu",
}
interface LaunchData {
id?: string;
items?: LaunchDataItem[];