[Groonga-commit] ranguba/chupa-text at d71b3a1 [master] Align

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jan 3 21:02:17 JST 2014


Kouhei Sutou	2014-01-03 21:02:17 +0900 (Fri, 03 Jan 2014)

  New Revision: d71b3a17fde05faf6a5651aeee02f0c34a5acc1a
  https://github.com/ranguba/chupa-text/commit/d71b3a17fde05faf6a5651aeee02f0c34a5acc1a

  Message:
    Align

  Modified files:
    lib/chupa-text/formatters/json.rb

  Modified: lib/chupa-text/formatters/json.rb (+2 -2)
===================================================================
--- lib/chupa-text/formatters/json.rb    2014-01-03 19:49:17 +0900 (94de673)
+++ lib/chupa-text/formatters/json.rb    2014-01-03 21:02:17 +0900 (53acdd2)
@@ -44,8 +44,8 @@ module ChupaText
       private
       def format_headers(data, target)
         format_header("mime-type", data.mime_type, target)
-        format_header("uri",       data.uri,          target)
-        format_header("size",      data.size,         target)
+        format_header("uri",       data.uri,       target)
+        format_header("size",      data.size,      target)
         data.attributes.each do |name, value|
           format_header(name, value, target)
         end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index