tvl-depot/tvix/nar-bridge/pkg/reader
Connor Brewster 4ac6423b26 refactor(tvix/nar-bridge): Clean up directory popping loop
This change got lost in the rebases in cl/9348. There's unnecessary
`break`/`continues` that can be replaced by moving the conditional into
the for loop condition.

Change-Id: I559e21087630b05e483f768ab59f8067961a2eae
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9352
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2023-09-17 13:55:22 +00:00
..
hashers.go feat(tvix/nar-bridge): init 2023-09-17 13:24:53 +00:00
reader.go refactor(tvix/nar-bridge): Clean up directory popping loop 2023-09-17 13:55:22 +00:00
reader_test.go fix(tvix/nar-bridge): Fix directory stack tracking 2023-09-17 13:34:00 +00:00