From ede45cea8706eb8540e466df9861c2af8ebf9c44 Mon Sep 17 00:00:00 2001 From: RblSb Date: Sun, 4 Jul 2021 03:59:50 +0300 Subject: Reformat --- src/client/IPlayer.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/IPlayer.hx') diff --git a/src/client/IPlayer.hx b/src/client/IPlayer.hx index 7f626b1..903902e 100644 --- a/src/client/IPlayer.hx +++ b/src/client/IPlayer.hx @@ -1,12 +1,12 @@ package client; -import Types.VideoDataRequest; import Types.VideoData; +import Types.VideoDataRequest; import Types.VideoItem; interface IPlayer { function isSupportedLink(url:String):Bool; - function getVideoData(data:VideoDataRequest, callback:(data:VideoData)->Void):Void; + function getVideoData(data:VideoDataRequest, callback:(data:VideoData) -> Void):Void; function loadVideo(item:VideoItem):Void; function removeVideo():Void; function isVideoLoaded():Bool; -- cgit v1.2.3