File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ static Column make_isna_col(Column&& col) {
7979 case SType::STR64: return Column (new Isna_ColumnImpl<CString>(std::move (col)));
8080 default :
8181 throw RuntimeError () << " Function `isna` cannot be applied to a "
82- " column of type `" << col.stype ()) << " `" ;
82+ " column of type `" << col.stype () << " `" ;
8383 }
8484}
8585
Original file line number Diff line number Diff line change 11// ------------------------------------------------------------------------------
2- // Copyright 2019-2021 H2O.ai
2+ // Copyright 2019-2023 H2O.ai
33//
44// Permission is hereby granted, free of charge, to any person obtaining a
55// copy of this software and associated documentation files (the "Software"),
Original file line number Diff line number Diff line change 11// ------------------------------------------------------------------------------
2- // Copyright 2019-2021 H2O.ai
2+ // Copyright 2019-2023 H2O.ai
33//
44// Permission is hereby granted, free of charge, to any person obtaining a
55// copy of this software and associated documentation files (the "Software"),
You can’t perform that action at this time.
0 commit comments