Skip to content

Commit c8e2449

Browse files
committed
Fix warning in kaitai spec
Warning: ``` [39/483] Generating src/kaitai-struct-checks/kaitai-generated-sources with a custom command ../src/kaitai-struct-checks/nar.ksy: /types/padded_str/seq/1/encoding: warning: use canonical encoding name `ASCII` instead of `ascii` (see https://doc.kaitai.io/ksy_style_guide.html#encoding-name) ```
1 parent 34ac179 commit c8e2449

File tree

1 file changed

+1
-1
lines changed
  • doc/manual/source/protocols/nix-archive

1 file changed

+1
-1
lines changed

doc/manual/source/protocols/nix-archive/nar.ksy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ types:
2929
- id: body
3030
type: str
3131
size: len_str
32-
encoding: 'ascii'
32+
encoding: 'ASCII'
3333
- id: padding
3434
size: (8 - (len_str % 8)) % 8
3535

0 commit comments

Comments
 (0)