lokinet-flutter-app/contrib/format.sh
Jeff Becker 76a9337f16
do proper code formatting
automate code formatting with a contrib/format.sh
2021-06-23 11:40:20 -04:00

3 lines
76 B
Bash
Executable file

#!/bin/bash
flutter format .
cd lokinet_lib/android && gradle spotlessApply