Skip to content

Commit

Permalink
clean up format 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbataire committed Oct 14, 2024
1 parent 7cbdbac commit 99b849c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ protected void onActivityResult(int requestCd, int resultCode, Intent intent) {
return;
case BARCODE_SCANNER:
processChtBarcodeResult(resultCode, intent);
default:
default:
trace(this, "onActivityResult() :: no handling for requestCode=%s", requestCode.name());
}
} catch (Exception ex) {
Expand Down

0 comments on commit 99b849c

Please sign in to comment.