Skip to content

Commit

Permalink
Readding spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Jun 26, 2020
1 parent 4862bbf commit 0e14f42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/embeddable/public/lib/state_transfer/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/

import { EmbeddableInput } from '..';

/**
Expand All @@ -31,6 +32,7 @@ export interface EmbeddableEditorState {
export function isEmbeddableEditorState(state: unknown): state is EmbeddableEditorState {
return ensureFieldOfTypeExists('originatingApp', state, 'string');
}

/**
* Represents a state package that contains all fields necessary to create an embeddable by reference in a container.
* @public
Expand Down

0 comments on commit 0e14f42

Please sign in to comment.