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

    https://github.com/apache/flink/pull/3997#discussion_r118697559
  
    --- Diff: 
flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/examples/data/TriangleCountData.java
 ---
    @@ -33,7 +33,15 @@
      */
     public class TriangleCountData {
     
    -   public static final String EDGES = "1   2\n"+"1 3\n"+"2 3\n"+"2 6\n"+"3 
4\n"+"3 5\n"+"3 6\n"+"4 5\n"+"6 7\n";
    --- End diff --
    
    No, there just happen to be 7 characters between tabs so they appear as 
spaces after the first.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to