Skip to content
Prev Previous commit
Next Next commit
End of file new lines, indentation, and imports (minor)
  • Loading branch information
andrewor14 committed Apr 3, 2014
commit 8f7323b76ffb64a30c6efc5b471f9898f94c0979
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/ui/FooTab.scala
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ private[spark] object FooTab {

readLine("\n> Started SparkUI with a Foo tab...")
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* See the License for the specific language governing permissions and
* limitations under the License.
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package org.apache.spark.streaming.ui

import scala.xml.Node
import org.apache.spark.ui.Page

private[spark] object UIUtils {

Expand Down