format
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
konrad 2019-03-23 19:59:35 +01:00
parent d184b0e47c
commit 9274715972
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -380,7 +380,7 @@ class _TaskEditPageState extends State<TaskEditPage> {
_createAndAddLabel(String labelTitle) {
// Only add a label if there are none to add
if(labelTitle == '' || _suggestedLabels.length > 0) {
if (labelTitle == '' || _suggestedLabels.length > 0) {
return;
}