Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jun 27, 2024
1 parent 9eeb1aa commit 0005f1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/model/ooapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ func (o *OOAPIURLInfo) Options() []string {
//
// 1. skip options whose name begins with "Safe";
//
// 2. skip options that are not scalars.
// 2. skip options that are not scalars;
//
// 3. avoid serializing zero values.
//
// Consider using the [experimentconfig] package to serialize.
return nil
Expand Down

0 comments on commit 0005f1e

Please sign in to comment.