diff --git a/ui/widgets/controlgroup.js b/ui/widgets/controlgroup.js
index ceb78c7c33..1f0da070e7 100644
--- a/ui/widgets/controlgroup.js
+++ b/ui/widgets/controlgroup.js
@@ -86,7 +86,8 @@ return $.widget( "ui.controlgroup", {
if ( widget === "controlgroupLabel" ) {
labels = that.element.find( selector );
labels.each( function() {
- $( this ).contents().wrapAll( "" );
+ $( this ).contents()
+ .wrapAll( "" );
} );
that._addClass( labels, null, "ui-widget ui-widget-content ui-state-default" );
childWidgets = childWidgets.concat( labels.get() );