Skip to content

Commit

Permalink
Alter README.md to line-break between tables (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 authored and lucemans committed Jan 5, 2022
1 parent 5a4f765 commit 6a25f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Sunflake takes a 42 bit unix timestamp, 10 bits of machine id and 12 bits of seq
| 111111111111111111111111111111111111111111 | 1111111111 | 111111111111 | |
| ------------------------------------------ | ---------- | ------------ | --- |
| 64 | 22 | 12 | 0 |

###
| FIELD | BITS | DESCRIPTION | RETRIEVAL |
| ---------- | ---- | --------------------------------------------------------- | ---------------------------- |
| Timestamp | 42 | Milliseconds since given Epoch | (snowflake >> 22) + epoch |
Expand Down

0 comments on commit 6a25f8a

Please sign in to comment.