Skip to content

Commit

Permalink
Don't include default case in attribute type serialization
Browse files Browse the repository at this point in the history
Co-authored-by: vegorov-rbx <[email protected]>
  • Loading branch information
Dekkonot and vegorov-rbx authored Oct 7, 2024
1 parent c305a49 commit f9ebdbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Analysis/src/AstJsonEncoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1146,8 +1146,6 @@ struct AstJsonEncoder : public AstVisitor
return writeString("checked");
case AstAttr::Type::Native:
return writeString("native");
default:
return writeRaw("null");
}
}

Expand Down

0 comments on commit f9ebdbf

Please sign in to comment.