Skip to content

Commit ef608c7

Browse files
committed
chore(ts): fix formatting issues
1 parent f6eb602 commit ef608c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/js/cordova-plugin-smartlook.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ export interface Smartlook {
345345
): void;
346346
/**
347347
* @description Sets whether or not the SDK should use the adaptive framerate feature to capture video.
348-
*
349-
* @kind **iOS only**
348+
*
349+
* @kind **iOS only**
350350
*/
351351
setAdaptiveFrameRateEnabled(
352352
options: { isEnabled: boolean },
@@ -355,8 +355,8 @@ export interface Smartlook {
355355
): void;
356356
/**
357357
* @description A boolean that determines whether the SDK uses the adaptive framerate functionality for video capture.
358-
*
359-
* @kind **iOS only**
358+
*
359+
* @kind **iOS only**
360360
*/
361361
getAdaptiveFrameRateEnabled(successCallback: SuccessCallback<boolean>, errorCallback?: ErrorCallback): void;
362362
/**

0 commit comments

Comments
 (0)