Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e61a0817 authored by Spandan Das's avatar Spandan Das Committed by Gerrit Code Review
Browse files

Merge "Add missing formatting directive" into main

parents 1181ca2b 5b18c0ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -255,7 +255,7 @@ func (b *BazelModuleBase) GetBazelLabel(ctx BazelConversionPathContext, module b
	if b.ShouldConvertWithBp2build(ctx) {
		return bp2buildModuleLabel(ctx, module)
	}
	panic(fmt.Errorf("requested non-existent label for module ", module.Name()))
	panic(fmt.Errorf("requested non-existent label for module %s", module.Name()))
}

type Bp2BuildConversionAllowlist struct {