File: remove_duplicate_values_for_repeated_fields.OUT.textproto

package info (click to toggle)
golang-github-protocolbuffers-txtpbfmt 0.0~git20241112.20d2c9e-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 576 kB
  • sloc: makefile: 13
file content (10 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# txtpbfmt: sort_fields_by_field_name
# txtpbfmt: sort_repeated_fields_by_content
# txtpbfmt: remove_duplicate_values_for_repeated_fields
head {
  a: 1
  a: 3
  a: 4
  a: 5
  b: 5
}