[logaling-commit] logaling/logaling-command [master] Remove unnecessary variable

Back to archive index

SHIMADA Koji null+****@clear*****
Fri Aug 17 10:22:42 JST 2012


SHIMADA Koji	2012-08-17 10:22:42 +0900 (Fri, 17 Aug 2012)

  New Revision: 6ac9a2365292a6ee4c12b2bc031dbe101def4733
  https://github.com/logaling/logaling-command/commit/6ac9a2365292a6ee4c12b2bc031dbe101def4733

  Log:
    Remove unnecessary variable

  Modified files:
    lib/logaling/repository.rb

  Modified: lib/logaling/repository.rb (+1 -1)
===================================================================
--- lib/logaling/repository.rb    2012-08-16 19:55:26 +0900 (4999b8c)
+++ lib/logaling/repository.rb    2012-08-17 10:22:42 +0900 (0a4d333)
@@ -169,7 +169,7 @@ module Logaling
     end
 
     def glossary_exists?(project_name, source_language, target_language)
-      glossary = find_glossary(project_name, source_language, target_language) ? true : false
+      find_glossary(project_name, source_language, target_language) ? true : false
     end
   end
 end
-------------- next part --------------
An HTML attachment was scrubbed...
Descargar 



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