Skip to content

Commit b17f8eb

Browse files
committed
fix indentations
1 parent 1d127fd commit b17f8eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ class _MyHomePageState extends State<MyHomePage> {
198198
}
199199

200200
String getPublicKey() {
201-
if (isTestMode) return "FLWPUBK_TEST-6f008dca68dc8988715b929f2861da41-X";
202-
return "FLWPUBK-45587fdb1c84335354ab0fa388b803d5-X";
201+
if (isTestMode) return "FLWPUBK_TEST--X";
202+
return "FLWPUBK--X";
203203
}
204204

205205
void _openBottomSheet() {

0 commit comments

Comments
 (0)