Github user kayousterhout commented on a diff in the pull request:

    https://github.com/apache/spark/pull/85#discussion_r10355530
  
    --- Diff: 
repl/src/main/scala/org/apache/spark/repl/ExecutorClassLoader.scala ---
    @@ -33,7 +33,7 @@ import org.objectweb.asm.Opcodes._
      * used to load classes defined by the interpreter when the REPL is used
      */
     class ExecutorClassLoader(classUri: String, parent: ClassLoader)
    -extends ClassLoader(parent) {
    +  extends ClassLoader(parent) {
    --- End diff --
    
    If you're going to fix this, I think the right way to fix it is to move 
this onto the previous line since it fits in <100 chars


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to