Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
Signed-off-by: Rajiv Singh <rajivperfect007@gmail.com>
  • Loading branch information
iamrajiv committed Aug 28, 2024
1 parent 7fdee29 commit 7eff727
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wzprof.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func ProfilingFor(wasm []byte) *Profiling {
// Prepare selects the most appropriate analysis functions for the guest
// code in the provided module.
func (p *Profiling) Prepare(mod wazero.CompiledModule) error {

switch p.lang {
case golang:
s, err := preparePclntabSymbolizer(p.wasm, mod)
Expand Down

0 comments on commit 7eff727

Please sign in to comment.