diff options
| author | Randy Morgan <[email protected]> | 2012-12-21 00:05:14 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-12-21 00:05:14 +0900 |
| commit | f7eeb07abfa1c58552847b2b38787f44cd3e2d24 (patch) | |
| tree | 25d88368adee026469df477fc05f2a03bebf4bbe | |
| parent | 6f1f408f756cfcb4705232a19edccd0c7585dc63 (diff) | |
| download | caxlsx-f7eeb07abfa1c58552847b2b38787f44cd3e2d24.tar.gz caxlsx-f7eeb07abfa1c58552847b2b38787f44cd3e2d24.zip | |
removed typo space
| -rw-r--r-- | lib/axlsx/workbook/worksheet/cell.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/cell.rb b/lib/axlsx/workbook/worksheet/cell.rb index 91808886..626b0969 100644 --- a/lib/axlsx/workbook/worksheet/cell.rb +++ b/lib/axlsx/workbook/worksheet/cell.rb @@ -327,7 +327,7 @@ module Axlsx str << '<c r="' << Axlsx::cell_r(c_index, r_index) << '" s="' << @style.to_s << '" ' return str << '/>' if @value.nil? method = (@type.to_s << '_type_serialization').to_sym - self.send( method, str) + self.send(method, str) str << '</c>' end |
