Skip to content

Commit

Permalink
End of file new lines, indentation, and imports (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewor14 committed Apr 3, 2014
1 parent 0d61ee8 commit 8f7323b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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

0 comments on commit 8f7323b

Please sign in to comment.