format
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

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
1 changed files with 1 additions and 1 deletions

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;
}