Commit 2d1b02a4 authored by Rich Lawson's avatar Rich Lawson
Browse files

Issue #3280785 by rklawson: Corrected coding standards violations.

parent d24d3db8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -95,9 +95,11 @@ class LayoutBuilderBlockFormTitle {
      }

      return $this->t('Configure block: %label', ['%label' => $label]);
    } else {
    }
    else {
      // This should not be a valid case.
      return $this->t('Configure block');
    }
  }

}