Skip to content
  • Jordan Horwich's avatar
    Move Header.ID() method to above all Block methods · ca1f2428
    Jordan Horwich authored
    and make Block.ID() call Header.ID() so that it is clear the methods
    should return the same value. I didn't do this before because the
    methods were next to eachother, but separating the methods makes it
    easier to accidentally change one without changing the other.
    ca1f2428