You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Z Yn (Jira)" <ji...@apache.org> on 2022/07/18 09:03:00 UTC

[jira] [Created] (THRIFT-5606) Wrong indent for const double

Z Yn created THRIFT-5606:
----------------------------

             Summary: Wrong indent for const double
                 Key: THRIFT-5606
                 URL: https://issues.apache.org/jira/browse/THRIFT-5606
             Project: Thrift
          Issue Type: Bug
          Components: Rust - Compiler
    Affects Versions: 0.16.0
            Reporter: Z Yn
             Fix For: 0.17.0


```rust

pub struct ConstTESTINDENT;
impl ConstTESTINDENT {
  pub fn const_value() -> OrderedFloat<f64> {
OrderedFloat::from(3.14159_f64)  }
}

```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)