Skip to content

Commit 530950c

Browse files
committed
Automated Code Change
PiperOrigin-RevId: 716962417
1 parent 1861ea9 commit 530950c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_data_validation/anomalies/string_domain_test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace tensorflow {
3535
namespace data_validation {
3636
namespace {
3737

38-
const int64 kDefaultEnumThreshold = 400;
38+
const int64_t kDefaultEnumThreshold = 400;
3939

4040
FeatureStatisticsToProtoConfig GetDefaultFeatureStatisticsToProtoConfig() {
4141
FeatureStatisticsToProtoConfig feature_statistics_to_proto_config;

0 commit comments

Comments
 (0)