This is an automated email from the ASF dual-hosted git repository.

lcwik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f90f2b  Removing some trailing whitespace.
     new 1bff5ae  Merge pull request #10001 from youngoli/patch-9
7f90f2b is described below

commit 7f90f2bc1f3b5e57b45727b8b36548dde087863d
Author: Daniel Oliveira <daniel.o.program...@gmail.com>
AuthorDate: Tue Nov 5 14:41:08 2019 -0800

    Removing some trailing whitespace.
    
    Not a big change, but a linter was complaining about this and it got 
annoying.
    
    The whitespace seems like an accident, but just in case it's intentional 
I'll have the original author review.
---
 .../apache_beam/runners/interactive/display/pcoll_visualization.py    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/sdks/python/apache_beam/runners/interactive/display/pcoll_visualization.py 
b/sdks/python/apache_beam/runners/interactive/display/pcoll_visualization.py
index 3709deb..1f0e925 100644
--- a/sdks/python/apache_beam/runners/interactive/display/pcoll_visualization.py
+++ b/sdks/python/apache_beam/runners/interactive/display/pcoll_visualization.py
@@ -73,8 +73,8 @@ _OVERVIEW_HTML_TEMPLATE = """
               document.querySelector("#{display_id}").protoInput = 
"{protostr}";
             </script>"""
 _DATAFRAME_PAGINATION_TEMPLATE = """
-            <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js";></script>
 
-            <script 
src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.js";></script> 
+            <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js";></script>
+            <script 
src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.js";></script>
             <link rel="stylesheet" 
href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.css";>
             {dataframe_html}
             <script>

Reply via email to