[Groonga-commit] groonga/groonga at 712ad57 [master] Remove a needless space

Back to archive index
Kouhei Sutou null+****@clear*****
Fri Apr 26 10:21:01 JST 2019


Kouhei Sutou	2019-04-26 10:21:01 +0900 (Fri, 26 Apr 2019)

  Revision: 712ad57a9edfbe669c51d60cf9d5adc2af209a24
  https://github.com/groonga/groonga/commit/712ad57a9edfbe669c51d60cf9d5adc2af209a24

  Message:
    Remove a needless space

  Modified files:
    test/mruby/run-test.rb

  Modified: test/mruby/run-test.rb (+1 -1)
===================================================================
--- test/mruby/run-test.rb    2019-04-26 10:20:40 +0900 (c3faef2b5)
+++ test/mruby/run-test.rb    2019-04-26 10:21:01 +0900 (83c4abe0e)
@@ -9,7 +9,7 @@ source_top_dir_path = source_base_dir_path.parent.parent
 if ENV["BUILD_DIR"]
   build_base_dir_path = Pathname(ENV["BUILD_DIR"]).expand_path
 else
-  build_base_dir_path  = Pathname($0).expand_path.dirname
+  build_base_dir_path = Pathname($0).expand_path.dirname
 end
 build_top_dir_path = build_base_dir_path.parent.parent
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190426/1f73e00f/attachment.html>


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