diff --git a/FileFormat.md b/FileFormat.md
index 26a6d8ef0b5c4ce60c874e40e22258aa5da80d76..6c356c4aa9a40a42638048ceae79e19f79aeda37 100644
--- a/FileFormat.md
+++ b/FileFormat.md
@@ -64,6 +64,7 @@ In the first version the Huffman tree is recontructed from the absolute frequenc
 ## QVC File Format V2
 Second version of QVC format is based on the first version and Header sector is almost the same, we just added the size of the huffman binary data.
 The difference is in the data sector and in the binary representation of Huffman tree.
+
 | Sector    | Offset  | Size   | Type        | Note                                                |
 | --------- |---------|--------|-------------|-----------------------------------------------------|
 | **Header**|         |        |             |                                                     |
@@ -86,4 +87,4 @@ Type is encoded using a single byte.
 - `0` - Scalar Quantization
 - `1` - Vector Quantization 1D (Row vector)
 - `2` - Vector Quantization 2D (Matrix vector)
-- `3` - Vector Quantization 3D (Tensor vector)
\ No newline at end of file
+- `3` - Vector Quantization 3D (Tensor vector)