Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maxammann committed Jan 10, 2023
1 parent 1e04ef2 commit b9661f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/lib/qr_code_scanner/qr_code_processor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ class QrCodeWrongTypeException extends QrCodeParseException {
QrCodeWrongTypeException() : super("Wrong QrCode type was read.");
}


typedef QRCodeProcessor = void Function(String rawBase64Content);

0 comments on commit b9661f6

Please sign in to comment.