Skip to content

Commit 6b1e37d

Browse files
authored
Fix trailing space (#755)
This broke on #734
1 parent ae224a1 commit 6b1e37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_nlp/layers/token_and_position_embedding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@keras.utils.register_keras_serializable(package="keras_nlp")
2424
class TokenAndPositionEmbedding(keras.layers.Layer):
2525
"""A layer which sums a token and position embedding.
26-
26+
2727
Token and position embeddings are ways of representing words and their order
2828
in a sentence. This layer creates a `keras.layers.Embedding` token embedding
2929
and a `keras_nlp.layers.PositionEmbedding` position embedding and sums their

0 commit comments

Comments
 (0)