Bug 1353711 - removing empty line 934 draft
authorRyanBRiley <ryan.b.riley@colorado.edu>
Thu, 13 Apr 2017 07:53:46 -0600
changeset 562110 85d454fb5619536ed36a44b0a9487616f19ab26b
parent 561494 4664da020ab37631dd58b85e8be24e939ef043f8
child 624171 b19c2049baaaff2d62552b55ec9eac6199bc480a
push id53954
push userbmo:ryan.b.riley@colorado.edu
push dateThu, 13 Apr 2017 13:53:46 +0000
bugs1353711
milestone55.0a1
Bug 1353711 - removing empty line 934 MozReview-Commit-ID: L27lBKjcaV1
browser/components/search/content/search.xml
--- a/browser/components/search/content/search.xml
+++ b/browser/components/search/content/search.xml
@@ -925,18 +925,17 @@
                 hidecolumnpicker="true" seltype="single">
         <xul:treecols anonid="treecols">
           <xul:treecol id="treecolAutoCompleteValue" class="autocomplete-treecol" flex="1" overflow="true"/>
         </xul:treecols>
         <xul:treechildren class="autocomplete-treebody"/>
       </xul:tree>
       <xul:vbox anonid="search-one-off-buttons" class="search-one-offs"/>
     </content>
-    <implementation>
-     
+    <implementation>     
       <method name="openAutocompletePopup">
         <parameter name="aInput"/>
         <parameter name="aElement"/>
         <body><![CDATA[
           // initially the panel is hidden
           // to avoid impacting startup / new window performance
           aInput.popup.hidden = false;