Skip to content

Commit

Permalink
fixed yamlint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rick committed Apr 18, 2024
1 parent aa74085 commit d03c8ab
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions plaso/parsers/apple_biome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,19 @@ type: structure
attributes:
byte_order: little-endian
members:
- name: size
data_type: uint32
- name: unknown1
data_type: uint32
- name: timestamp1
data_type: float64
- name: timestamp2
data_type: float64
- name: unknown2
data_type: uint32
- name: unknown3
data_type: uint32
- name: protobuf
type: stream
element_data_type: byte
number_of_elements: segb_record_v1.size


- name: size
data_type: uint32
- name: unknown1
data_type: uint32
- name: timestamp1
data_type: float64
- name: timestamp2
data_type: float64
- name: unknown2
data_type: uint32
- name: unknown3
data_type: uint32
- name: protobuf
type: stream
element_data_type: byte
number_of_elements: segb_record_v1.size

0 comments on commit d03c8ab

Please sign in to comment.