Skip to content

Commit

Permalink
Remove extra semi colon from deeplearning/projects/flashlight/flashli…
Browse files Browse the repository at this point in the history
…ght/fl/tensor/Types.h

Summary:
`-Wextra-semi` or `-Wextra-semi-stmt`

If the code compiles, this is safe to land.

Reviewed By: dmm-fb

Differential Revision: D52969077

fbshipit-source-id: 515d89f02022cd74b490e2f16817773f4f13169c
  • Loading branch information
r-barnes authored and facebook-github-bot committed Jan 23, 2024
1 parent 624091b commit 6453293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flashlight/fl/tensor/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct dtype_traits;
static const char* getName() { \
return STRING_NAME; \
} \
};
}

FL_TYPE_TRAIT(float, dtype::f32, dtype::f32, "float");
FL_TYPE_TRAIT(double, dtype::f64, dtype::f32, "double");
Expand Down

0 comments on commit 6453293

Please sign in to comment.