Skip to content

Commit e16b3b0

Browse files
chore: fix lint issues
1 parent 2292ed0 commit e16b3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/definitions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export type CapacitorBarcodeScannerOptions = {
7777
/**
7878
* Interface defining the contract for a plugin capable of scanning barcodes.
7979
* Requires implementation of the scanBarcode method, which initiates a barcode scan with given options.
80-
*
80+
*
8181
* For apps that target Android 16 or above running on tablets, the scanOrientation parameter has no effect.
8282
*/
8383
export interface CapacitorBarcodeScannerPlugin {

0 commit comments

Comments
 (0)