Procházet zdrojové kódy

ft: 还原错误提交

master
SisMaker před 4 roky
rodič
revize
404a74846f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/eFmt.erl

+ 1
- 1
src/eFmt.erl Zobrazit soubor

@ -412,7 +412,7 @@ writeBinary(<<>>, _Depth, _Width, _Encoding, _Strings) ->
writeBinary(Bin, Depth, Width, Encoding, Strings) ->
case Strings andalso visualBin(Bin, Encoding) of
true ->
<<"<<\"", Bin/binary, "\"/utf8>>">>;
<<"<<\"", Bin/binary, "\">>">>;
_ ->
writeBinary(Bin, Depth, Width, Encoding, Strings, 0, <<"<<">>)
end.

Načítá se…
Zrušit
Uložit